home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Snippets / Custom.xml < prev    next >
Extensible Markup Language  |  2003-11-10  |  1KB  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CustomSnippets>
  3.     <Item
  4.         Caption="HTML controls"
  5.     >
  6.         <Item
  7.             Caption="BUTTON"
  8.             Description="Create HTML button"
  9.             Command="www-sharp://www-Sharp.Snippets/Button.html|dialogHeight=250pt;dialogWidth=350pt;resizable:yes"
  10.         />
  11.         <Item
  12.             Caption="INPUT"
  13.             Description="Create INPUT control"
  14.             Command="www-sharp://www-Sharp.Snippets/Input.html|dialogHeight=250pt;dialogWidth=350pt;resizable:yes"
  15.         />
  16.         <Item
  17.             Caption="TEXTAREA"
  18.             Description="Create TEXTAREA control"
  19.             Command="www-sharp://www-Sharp.Snippets/TextArea.html|dialogHeight=300pt;dialogWidth=350pt;resizable:yes"
  20.         />
  21.         <Item
  22.             Caption="TABLE"
  23.             Description="Create TABLE control"
  24.             Command="www-sharp://www-Sharp.Snippets/Table.html|dialogHeight=400pt;dialogWidth=350pt;resizable:yes"
  25.         />
  26.         <Item
  27.             Caption="HTA"
  28.             Description="HTML Application header"
  29.             Command="www-sharp://www-Sharp.Snippets/HTA.html|dialogHeight=375pt;dialogWidth=400pt;resizable:yes"
  30.         />
  31.     </Item>
  32. </CustomSnippets>